SaveAsTiff(Stream,Nullable<Rectangle>,TiffFrameSettings) Method
In This Topic
Saves the image into a Stream in TIFF format.
Syntax
'Declaration
Public Overloads Sub SaveAsTiff( _
ByVal As System.IO.Stream, _
Optional ByVal As System.Nullable(Of Rectangle), _
Optional ByVal As TiffFrameSettings _
)
public void SaveAsTiff(
System.IO.Stream ,
System.Nullable<Rectangle> ,
TiffFrameSettings
)
Parameters
- stream
- The output stream.
- clipRect
- Clipping rectangle of the image to be saved.
- frameSettings
- The settings for encoding TIFF frame.
See Also